home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group02b.txt / 000137_icon-group-sender_Thu Nov 21 16:49:39 2002.msg < prev    next >
Internet Message Format  |  2003-01-02  |  1KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.11.1/8.11.1) id gALNmeQ10829
  4.     for icon-group-addresses; Thu, 21 Nov 2002 16:48:40 -0700 (MST)
  5. Message-Id: <200211212348.gALNmeQ10829@baskerville.CS.Arizona.EDU>
  6. Date: Thu, 21 Nov 2002 12:44:25 -0700
  7. From: Clint Jeffery <jeffery@cs.nmsu.edu>
  8. To: swampler@noao.edu
  9. CC: jsampson@indexes.u-net.com, icon2002@OptOnLine.net,
  10.    icon-group@cs.arizona.edu
  11. Subject: Re: tab in regex
  12. Errors-To: icon-group-errors@cs.arizona.edu
  13. Status: RO
  14.  
  15.  
  16. In Steve's example, the \t is turned into a tab character by the Icon
  17. translator without RePat having to lift a finger.  Maybe the problem is
  18. when the string supplied to RePat() is typed by a user as input data
  19. rather than hardwired into a string literal. In that case \t would be
  20. interpreted the same as the string literal "\\t" and the question is
  21. whether RePat() does such escape processing.  But this is all just a guess
  22. as to what the issue is.
  23.  
  24. :-)
  25.  
  26. Clint jeffery@cs.nmsu.edu
  27.